home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d3 / Telnet2.6.1d3.src.sit.hqx / Telnet 2.6.1d3 source / source / main / ae.proto.h < prev    next >
Encoding:
Text File  |  1994-04-14  |  656 b   |  15 lines

  1. pascal OSErr  MyHandleODoc (AppleEvent *theAppleEvent, AppleEvent* reply, long
  2.                                                         handlerRefCon);
  3. pascal OSErr  MyHandlePDoc (AppleEvent *theAppleEvent, AppleEvent *reply, long
  4.                                                         handlerRefCon);
  5. pascal OSErr  MyHandleOApp (AppleEvent *theAppleEvent, AppleEvent *reply, long
  6.                                                         handlerRefCon);
  7. pascal OSErr  MyHandleQuit (AppleEvent *theAppleEvent, AppleEvent *reply, long
  8.                                                         handlerRefCon);
  9. OSErr MyGotRequiredParams (AppleEvent *theAppleEvent);
  10. PROTO_UPP(MyHandleODoc, AEEventHandler);
  11. PROTO_UPP(MyHandleOApp, AEEventHandler);
  12. PROTO_UPP(MyHandlePDoc, AEEventHandler);
  13. PROTO_UPP(MyHandleQuit, AEEventHandler);
  14.  
  15.